/**暂无数据**/
.no_data {
  text-align: center;
  font-style: italic;
  background-color: #fff;
}

.no_data div.bg-img {
  height: 180px;
  background: #fff url(/public/images/no_data_2.png) no-repeat center;
  margin-bottom: 10px;
}

.no_data div.ws {
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #2A63A8;
  padding-bottom: 10px;
}

/*通用导航样式*/
.top-nav {
  background-color: #fff;
  margin-top: 10px;
}

.top-nav a {
  margin: 10px 0;
  font-size: 14px;
  height: 30px;
  color: #333 !important;
}

.top-nav h1 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #2A63A8;
}

.marquee-box {
  height: 26px;
  line-height: 26px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden
}

.marquee-box .marquee {
  width: 100%;
}

.marquee-box .marquee .txt a {
  color: #e74c5a;
  font-size: 13px;
}